home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_7
/
PlaceObject2_295_121
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2007-01-15
|
121b
|
8 lines
onClipEvent(enterFrame){
_alpha = 0;
if(this.hitTest(_root.player))
{
_root.fadeOut.play();
}
}